projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9596811
)
(global-map): Change C-M-g to M-g M-g.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Mar 1996 21:09:04 +0000
(21:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Mar 1996 21:09:04 +0000
(21:09 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 54c0b45bc5487f5dcccfb3d954b7061468cfa621..d4b00a26f90e9bb80b4c3bfb6f46ff4b015395ee 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-692,7
+692,7
@@
delimit the region to fontify."
(font-lock-fontify-region (point) (mark)))
((error quit) (message "Fontifying block... %s" error-data)))))))
-(define-key
esc-map "\C
-g" 'font-lock-fontify-block)
+(define-key
global-map "\M-g\M
-g" 'font-lock-fontify-block)
\f
;; Syntactic fontification functions.